From 67c8ebc5d59250f2a1a1e354bb563c7d03a27bc7 Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Sun, 12 May 2013 13:28:24 -0700 Subject: [PATCH] GtkPlacesSidebar: Fixed tooltip capitalization Use sentence capitalization for the tooltip on the file system disk under Devices. https://bugzilla.gnome.org/show_bug.cgi?id=698933 --- gtk/gtkplacessidebar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c index 87e0c5aca5..4a04611713 100644 --- a/gtk/gtkplacessidebar.c +++ b/gtk/gtkplacessidebar.c @@ -964,7 +964,7 @@ update_places (GtkPlacesSidebar *sidebar) SECTION_DEVICES, sidebar->hostname, icon, mount_uri, NULL, NULL, NULL, 0, - _("Open the contents of the File System")); + _("Open the contents of the file system")); g_object_unref (icon); /* add mounts that has no volume (/etc/mtab mounts, ftp, sftp,...) */ -- 2.30.2